Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / DateList Class / Contains Method / Contains(DateTime[]) Method
An array of System.DateTime values to search for.

In This Topic
    Contains(DateTime[]) Method
    In This Topic
    Returns true if either of specified items exists in the wrapped list.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal days() As System.Date _
    ) As System.Boolean
    public System.bool Contains( 
       System.DateTime[] days
    )

    Parameters

    days
    An array of System.DateTime values to search for.

    Return Value

    True if at least one of specified items exists in the wrapped list.
    See Also